home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TOPENLINKSACTSETUP
/
TOPENLINKSACTSETUP.txt
Wrap
Text File
|
2004-10-12
|
4KB
|
192 lines
object OpenLinksActSetup: TOpenLinksActSetup
Left = 602
Top = 307
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Open Links'
ClientHeight = 505
ClientWidth = 542
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 120
TextHeight = 16
object cbOtherFolders: TCheckBox
Left = 20
Top = 69
Width = 365
Height = 21
Caption = 'Search a message in other folders in case it is moved'
TabOrder = 1
OnClick = cbOtherFoldersClick
end
object bFolders: TButton
Left = 394
Top = 64
Width = 129
Height = 31
Caption = 'Folders'
TabOrder = 2
OnClick = bFoldersClick
end
object cbOpenFilter: TCheckBox
Left = 20
Top = 108
Width = 513
Height = 21
Caption = 'Open messages only it complies with following conditions'
TabOrder = 3
OnClick = cbOpenFilterClick
end
object gbFilter: TGroupBox
Left = 49
Top = 138
Width = 474
Height = 306
Caption = 'Message is'
TabOrder = 4
object cbReplied: TCheckBox
Left = 20
Top = 30
Width = 208
Height = 20
Caption = 'Replied'
TabOrder = 0
OnClick = cbRepliedClick
end
object cbNotReplied: TCheckBox
Tag = 1
Left = 20
Top = 49
Width = 208
Height = 21
Caption = 'Not Replied'
TabOrder = 1
OnClick = cbRepliedClick
end
object cbForwarded: TCheckBox
Tag = 2
Left = 236
Top = 30
Width = 228
Height = 20
Caption = 'Forwarded'
TabOrder = 2
OnClick = cbRepliedClick
end
object cbNotForwarded: TCheckBox
Tag = 3
Left = 236
Top = 49
Width = 228
Height = 21
Caption = 'Not Forwarded'
TabOrder = 3
OnClick = cbRepliedClick
end
object cbFlagged: TCheckBox
Tag = 4
Left = 20
Top = 79
Width = 208
Height = 21
Caption = 'Flagged'
TabOrder = 4
OnClick = cbRepliedClick
end
object cbNotFlagged: TCheckBox
Tag = 5
Left = 20
Top = 98
Width = 208
Height = 21
Caption = 'Not Flagged'
TabOrder = 5
OnClick = cbRepliedClick
end
object cbRead: TCheckBox
Tag = 6
Left = 236
Top = 79
Width = 228
Height = 21
Caption = 'Read'
TabOrder = 6
OnClick = cbRepliedClick
end
object cbUnread: TCheckBox
Tag = 7
Left = 236
Top = 98
Width = 228
Height = 21
Caption = 'Unread'
TabOrder = 7
OnClick = cbRepliedClick
end
object cbOfColor: TCheckBox
Tag = 8
Left = 20
Top = 138
Width = 434
Height = 21
Caption = 'Belonging to any of marked Colour Groups below'
TabOrder = 8
OnClick = cbRepliedClick
end
object cbNotOfColor: TCheckBox
Tag = 9
Left = 20
Top = 158
Width = 434
Height = 20
Caption = 'Not of any marked Colour Group below'
TabOrder = 9
OnClick = cbRepliedClick
end
object cblColors: TCheckListBox
Left = 20
Top = 187
Width = 444
Height = 100
Columns = 2
ItemHeight = 16
TabOrder = 10
end
end
object bOK: TButton
Left = 286
Top = 463
Width = 109
Height = 31
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 5
end
object bCancel: TButton
Left = 414
Top = 463
Width = 109
Height = 31
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
end
object cbConfirmNotify: TCheckBox
Left = 20
Top = 30
Width = 503
Height = 20
Caption = 'Start this action only when notification is confirmed'
TabOrder = 0
end
end